继承自 FoxitPDFSDKPython3._object .
|
|
def | PlayerArgs () |
| | 构造函数。
|
| |
| def | PlayerArgs (doc, screen_annot, rendition, URL, audio_format, player_settings) |
| | 构造函数,带参数。 更多...
|
| |
| def | PlayerArgs (player_args) |
| | 构造函数,使用另一个播放器参数对象。 更多...
|
| |
| def | Set (doc, screen_annot, rendition, URL, audio_format, player_settings) |
| | 设置值。 更多...
|
| |
◆ PlayerArgs() [1/2]
| def FoxitPDFSDKPython3.PlayerArgs.PlayerArgs |
( |
|
doc, |
|
|
|
screen_annot, |
|
|
|
rendition, |
|
|
|
URL, |
|
|
|
audio_format, |
|
|
|
player_settings |
|
) |
| |
构造函数,带参数。
- 参数
-
| [in] | doc | 文档的 PDFDoc 对象。如果省略了 annot 和 rendition,则为必需,例如用于URL播放。 |
| [in] | screen_annot | FoxitPDFSDKPython3.Screen 对象。除非在事件对象或MediaSettings中找到,否则停靠播放需要此对象。 |
| [in] | rendition | pdf::Rendition 对象(MediaRendition或RenditionList)。除非在事件对象中找到rendition或存在URL,否则必需。 |
| [in] | URL | URL或rendition中的一个是必需的,URL优先。 |
| [in] | audio_format | 音频格式,如"audio/wav"。 |
| [in] | player_settings | MediaSettings 对象。 |
◆ PlayerArgs() [2/2]
| def FoxitPDFSDKPython3.PlayerArgs.PlayerArgs |
( |
|
player_args | ) |
|
构造函数,使用另一个播放器参数对象。
- 参数
-
| [in] | player_args | 另一个播放器参数对象。 |
◆ Set()
| def FoxitPDFSDKPython3.PlayerArgs.Set |
( |
|
doc, |
|
|
|
screen_annot, |
|
|
|
rendition, |
|
|
|
URL, |
|
|
|
audio_format, |
|
|
|
player_settings |
|
) |
| |
◆ doc
| FoxitPDFSDKPython3.PlayerArgs.doc = _fsdk.PlayerArgs_doc |
|
static |
文档的 PDFDoc 对象。
如果省略了 annot 和 rendition,则为必需,例如用于URL播放。
◆ rendition
| FoxitPDFSDKPython3.PlayerArgs.rendition = _fsdk.PlayerArgs_rendition |
|
static |
◆ screen_annot
| FoxitPDFSDKPython3.PlayerArgs.screen_annot = _fsdk.PlayerArgs_screen_annot |
|
static |